Problem:
a(a(a(x1))) -> a(b(x1))
b(c(x1)) -> c(c(a(a(a(x1)))))
Proof:
Bounds Processor:
bound: 2
enrichment: match
automaton:
final states: {3,2}
transitions:
c1(7) -> 8*
c1(8) -> 9*
a1(5) -> 6*
a1(4) -> 5*
a1(6) -> 7*
a2(20) -> 21*
b2(19) -> 20*
a0(1) -> 2*
b0(1) -> 3*
c0(1) -> 1*
1 -> 4*
4 -> 19*
9 -> 20,3
21 -> 7*
problem:
Qed